IdAndVPTokenConsensus

data class IdAndVPTokenConsensus(val idToken: Jwt, val verifiablePresentations: VerifiablePresentations) : Consensus.PositiveConsensus(source)

In response to a SiopOpenId4VPAuthentication

Parameters

idToken

The id_token produced by the wallet

verifiablePresentations

the Verifiable Presentations to be included in the authorization response

Constructors

Link copied to clipboard
constructor(idToken: Jwt, verifiablePresentations: VerifiablePresentations)

Properties

Link copied to clipboard